header, footer {
  background-color: #ffa500;
  text-align: center;
  min-width: 500px;
}


main {
  display: grid;
  grid-template-columns: 250px 250px;
  grid-template-rows: repeat(3, 600px); 
  grid-gap: 100px;
  margin: 20px 200px 100px 200px;
  grid-auto-rows: 500px;
  justify-items: center;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  grid-auto-row: 700px;
  grid-auto-flow: column;
  background-color: white;
  opacity: 0.7;
}

.titleimg {
	width: 1200px;
	height: 500px;
	margin-left: 100px;
	
}

.titleline {
	font-size: 100px;
	color: #9933ff;
	margin-left: 130px;
	
	margin-top: 50px;
	font-family: Courier New;
}

h2 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: left;
  color: #ffa500;
  padding: 10px 0px 10px 10px;
}

img {
  width: 100%;
  height: auto;
}

.recipe {
  width: 200px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.description {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: left;
  color: black;
  padding: 10px 0px 10px 10px;
  border-top: 1px solid #4a4a4a;
  font: red;
}







.tableline {
	font-size: 100px;
	color: #9933ff;
	margin-left: 300px;
	
	margin-top: 50px;
	font-family: Courier New;
}

.table {
  
  display: grid;
  width: 1100px;
  height: 550px;
 margin-left: 30px;
  grid-template-columns:  repeat(9,150px) ;
  grid-template-rows: 95px repeat(5,50px) 210px;
  
}
	
.timage {
	
	margin: 5px 5px 5px 5px;
	width: 140px;
	height: 65px;
}
.timage_1 {
	
	width: 142px;
	height: 87px;
	margin: 4px 4px 4px 4px;
} 

.box {
  background-color: white;
  align-items: center;
  color: black;
  border-radius: 0px;
  border: 0.5px black solid;
}
 
.a {
	
	background-color: grey;
	
	color: black;
}







.info {
	margin-top: 10px;
	margin-left: 540px;
	display: grid;
	width: 250px;
	height: 60px;
	grid-template-columns:  100px 150px;
	grid-template-rows: 30px 30px;
	border: 2px black solid;
	color: white;
	
}

.infotext {
	
	background-color: grey;
	border: 1px black solid;
}

.footerline {
	font-size: 50px;
	color: red;
	margin-left: 500px;
	margin-bottom: 1px;
	margin-top: 50px;
	font-family: Courier New;
}



























